home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 7115 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: news.mindlink.net!news
  2. From: genew@mindlink.bc.ca (Gene Wirchenko)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: What to do when feof() is NOT feof()
  5. Date: Mon, 19 Feb 1996 03:18:07 GMT
  6. Organization: MIND LINK! - British Columbia, Canada
  7. Message-ID: <4g8qa3$11r@fountain.mindlink.net>
  8. References: <824554814snz@metsys.demon.co.uk> <4g4vpp$52f@spectator.cris.com> <danpop.824614833@rscernix> <4g7rsj$fnf@spectator.cris.com>
  9. NNTP-Posting-Host: line325.nwm.mindlink.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. aubrey@concentric.net (Aubrey Harrison) wrote:
  13.  
  14. >In article <danpop.824614833@rscernix>, danpop@mail.cern.ch says...
  15. >>
  16. [the usual good stuff]
  17.  
  18. >Who died and left you king. Most of the messages I have read from you do 
  19.  
  20.      No one, but if Dan ever wants to become king, he can have my
  21. vote.
  22.  
  23. >nothing but harass and ridicule people, rarely ever offering an help or 
  24. >suggestions. I may not be an expert but I know if you open a file with fopen( 
  25.  
  26.      Two possibilities:
  27.   1) You aren't reading the same posts I am.  I'm reading comp.lang.c
  28. and comp.lang.c.moderated.
  29.   2) You skip the posts with words that you don't understand.  Given
  30. your above statement, this would have to be most of them.
  31.  
  32. >"filename", "rt"), then fgets stops reading when it finds a ascii 26 and 
  33. >signals end-of-file. If you open it with fopen( "filename","rb") it reads until 
  34.  
  35.      On which system?  And this is a key point.  What works on your
  36. system may not work on another and vice versa.  Dan knows this.
  37.  
  38. >the real end-of-file. I noticed in your smart-ass reply you did not offer any 
  39. >answers to his problem. Maybe you should take you own advice.
  40.  
  41.      You're right.  All he did was tell off an idiot (you) who has
  42. admitted above that he isn't an expert.  If you have a technical post
  43. starting with "I think...", you should cancel it.  I do this and let
  44. someone else who KNOWS answer.  Not that I've never made a mistake,
  45. but this helps keep them down.
  46.      Dan is a valued member of this group.
  47.  
  48. Sincerely,
  49.  
  50. Gene Wirchenko
  51.  
  52. C Pronunciation Guide:
  53.      y=x++;     "wye equals ex plus plus semicolon"
  54.      x=x++;     "ex equals ex doublecross semicolon"
  55.  
  56.